home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / dvglue10.arc / -HIST < prev    next >
Text File  |  1988-08-13  |  6KB  |  152 lines

  1. DV-GLUE Revision History
  2.  
  3.  
  4. v0.70 5/14/88 first (pre-n)release
  5. -------------
  6.  
  7. v0.75 6/3-6/4 unreleased
  8. -------------
  9. TVnew_task got two additional parameters
  10. TVapp_new got two additional parameters
  11. TVapp_new crashes system after generating "Programming error"
  12.  
  13. v0.76 6/6 unreleased
  14. -------------
  15. TVapp_new now correctly loads, but window hangs on program's exit
  16.  
  17. v0.77 6/8 unreleased
  18. -------------
  19. Renamed TVclearmbx to TVmbx_clear, TVclosembx to TVmbx_close,
  20.         TVmbxeof to TVmbx_eof, TVmbxsender to TVmbx_sender,
  21.         TVopenmbx to TVmbx_open, TVmbxwrite to TVmbx_write,
  22.         TVmbxmessages to TVmbx_size, TVmbxstatus to TVmbx_status,
  23.         TVfreembx to TVmbx_free, and TVnewmbx to TVmbx_new
  24.  
  25. v0.80 6/9 unreleased
  26. -------------
  27. TVnew_app() finally works!
  28.  
  29. v0.81 6/10 unreleased
  30. -------------
  31. Renamed TVaddtokbd to TVkbd_setflags, TVsubfromkbd to TVkbd_clrflags,
  32.         TVkbdstatus to TVkbd_status, TVwinclear to TVwin_clear.
  33. Added function TVwin_nread().
  34.  
  35. v0.82 6/12 unreleased
  36. -------------
  37. Renamed TVaddtopointer to TVptr_setflags, TVsubfrompointer to TVptr_clrflags
  38.  
  39. v0.83 6/13 unreleased
  40. -------------
  41. Renamed TVpointergoto to TVptr_goto, TVpointermessages to TVptr_messages,
  42.         TVpointerstatus to TVptr_status, and TVpointericon to TVptr_icon
  43. Added function TVwin_point().
  44.  
  45. v0.84  6/19/88 unreleased
  46. -------------
  47. Worked on DOCs, added additional tests to INT15DEM.C
  48.  
  49. v0.85  6/20/88 unreleased
  50. -------------
  51. Fixed TVsendmsg() to work from within a notify handler
  52. More renaming: TVclosepanel to TVpanel_close, TVfreepanel to TVpanel_free,
  53.                TVopenpanel to TVpanel_open, TVnewpanel to TVpanel_new,
  54.                TVpanelstatus to TVpanel_status, TVpanelsize to TVpanel_size,
  55.                TVopenpointer to TVptr_open, TVclosepointer to TVptr_close,
  56.                TVerasepointer to TVptr_erase, TVfreepointer to TVptr_free,
  57.                TVnewpointer to TVptr_new, TVfreekbd to TVkbd_free,
  58.                TVnewkbd to TVkbd_new, TVopenkbd to TVkbd_open,
  59.                TVclosekbd to TVkbd_close, TVclearkbd to TVkbd_clear,
  60.                TVkbdmessages to TVkbd_messages, and
  61.                TVfreewindow to TVwin_free.
  62.  
  63. v0.86  6/21/88 unreleased
  64. -------------
  65. Yet more renaming: TVnewtimer to TVtimer_new, TVfreetimer to TVtimer_free,
  66.                 TVstoptimer to TVtimer_stop, TVsettimer to TVtimer_set,
  67.                 TVopentimer to TVtimer_start, TVreadtimer to TVtimer_wait,
  68.                 TVtimerstatus to TVtimer_status,
  69.                 TVclosetimer to TVtimer_close, TVaddtimer to TVtimer_begin,
  70.                 TVelapsedtimer to TVtimer_elapsed, TVlentimer to TVtimer_len,
  71.                 TVnamembx to TVmbx_name, and TVfindmbx to TVmbx_find.
  72.  
  73. v0.87  6/23/88 unreleased
  74. -------------
  75. (hopefully) last round of renaming:
  76.         TVopenobjq to TVobq_open, TVreadobq to TVobq_read,
  77.         TVsizeofobq to TVobq_size, TVobqstatus to TVobq_status,
  78.         TVclearobq to TVobq_clear, TVcloseobq to TVobq_close
  79. New functions: DVshadow_start, DVshadow_stop
  80. Worked on docs some.
  81.  
  82. v0.88  6/29/88 unreleased
  83. -------------
  84. Worked on docs some more.
  85.  
  86. v0.89  7/5/88 unreleased
  87. -------------
  88. Some more work on the documentation.
  89. Added functions TVfld_build_header(), TVfld_build_entry(), and
  90.         TVfld_build_color().
  91.  
  92. v0.90  7/8/88 unreleased
  93. -------------
  94. Some more work on the docs
  95. Added function TVfld_marker().
  96.  
  97. v0.91  7/10/88 second (beta) release
  98. -------------
  99. Fixed bug in field_test(), finalized docs
  100.  
  101. v0.92  7/12/88 unreleased
  102. -------------
  103. added functions TVqry_kmouse(), TVapi_kmouse().
  104.  
  105. v0.93  7/14/88 unreleased
  106. -------------
  107. minor updates to TVAPI.H and TVSTREAM.H
  108. combined a few functions that were identical, making the originals macros
  109.  
  110. v0.94  7/19/88 unreleased
  111. -------------
  112. added functions UImenu_build() and UImenu_show()
  113. added two new args to TVposwin().  The test of that function only worked
  114.    because CX happened to be zero!  It turns out the POSWIN API call uses CX,
  115.    and I hadn't known that.
  116.  
  117. v0.95  7/21/88 unreleased
  118. -------------
  119. changed TVptr_read.  Prototype is now
  120.         int pascal TVptr_read(OBJECT ptr,POINTER_MSG *msg) ;
  121.  
  122. v0.96  7/23/88 unreleased
  123. -------------
  124. appended another argument to TVnew_task(  ..., int switch_menu).  If TRUE, the
  125. new task will be placed on the Switch Windows menu.
  126. add another argument to TVapp_new() just list TVnew_task(). Its prototype is now
  127.     OBJECT TVapp_new(OBJECT win,int row,int col,int rows,int cols,int switch,
  128.                      char *program, ...)
  129.  
  130. v0.97  8/1/88 unreleased
  131. -------------
  132. added pointer and keyboard behavior flags definitions
  133. split out UI... functions from TVAPI.H and put them in TVUI.H
  134. added function UIopen_window.  Not yet stable.
  135. added function UIsignal to establish handlers for specified notifications
  136.  
  137. v0.98  8/6/88 unreleased
  138. -------------
  139. Yet another round of renaming: TVapp_start to DVapp_start,
  140.         TVstarttask to TVtask_start, TVstoptask to TVtask_stop,
  141.         TVfreetask to TVtask_free, TVposttask to TVtask_post,
  142.         and TVnew_task to TVtask_new
  143. Added functions TVpanel_dir() and TVpanel_apply(), though I have no way of
  144.         testing them.
  145. UIopen_window now works fairly well, though it is a bit of a kludge.  It is
  146.         possible for the mouse to move outside the window, in which case
  147.         the window no longer follows the mouse....
  148.  
  149. v1.00  8/10/88 gamma release
  150. -------------
  151. Several bugs got squashed, documentation updated
  152.